home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000011_jaltman2@nyc.rr.com_Mon Oct 23 08:41:41 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!logbridge.uoregon.edu!newspeer1.nwr.nac.net!newspeer.monmouth.com!news-east.rr.com!news-wrt-01.rdc-nyc.rr.com!news-feed-01.rdc-nyc.rr.com!news.rr.com!news-out.nyc.rr.com!news-wrt-01.rdc-nyc.rr.com.POSTED!53ab2750!not-for-mail
  2. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  3. User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
  4. MIME-Version: 1.0
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Re: Running Kermit 3.16 via copSSH on Windows XP or older Windows
  7.  connected serial devices
  8. References: <Pine.LNX.4.64.0610171416170.945@xenau.zenez.com>   <slrnejcoo5.e0u.fdc@panix2.panix.com>   <1161198608.243145.251630@m7g2000cwm.googlegroups.com> <1161210149.297901.23150@h48g2000cwc.googlegroups.com>
  9. In-Reply-To: <1161210149.297901.23150@h48g2000cwc.googlegroups.com>
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 52
  13. Message-ID: <H_yZg.123$Fw5.86@news-wrt-01.rdc-nyc.rr.com>
  14. Date: Wed, 18 Oct 2006 23:43:35 GMT
  15. NNTP-Posting-Host: 68.175.91.105
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: news-wrt-01.rdc-nyc.rr.com 1161215015 68.175.91.105 (Wed, 18 Oct 2006 19:43:35 EDT)
  18. NNTP-Posting-Date: Wed, 18 Oct 2006 19:43:35 EDT
  19. Organization: Road Runner High Speed Online http://www.rr.com
  20. Xref: panix comp.protocols.kermit.misc:15581
  21.  
  22. gerberb@zenez.com wrote:
  23. > gerberb@zenez.com wrote:
  24. >> Frank da Cruz wrote:
  25. >>> On 2006-10-17, Boyd Lynn Gerber <gerberb@zenez.com> wrote:
  26. >> .> : I can not seem to remember how I used to do this.  The machines
  27. >> with some
  28. >>> : version of MS Windows, most have Windows XP.  I use kermit to talk with
  29. >>> : their store registers.  The machines have a purchased copy of MS Kermit
  30. >>> : 3.16.
  31. >>> :
  32. >>> For the record: MS-DOS Kermit is just plain not supported on Windows XP.  It
  33. >>> was never intended for that platform.  Kermit 95 is the supported Kermit
  34. >>> software for Windows 95 and later.
  35. >> They were purchased around the year 2000. +/- a year or two.
  36. >>
  37. >>> But if the serial-port access works OK (which can happen only on certain
  38. >>> hardware configurations), fine.
  39. > k95 errors and dies every time.
  40. > On the  REMOTE LOGIN RAIS
  41. > k95 wants to send an error report to Microsoft.  I am unable to
  42. > establish a remote connection.
  43. > On the sysetm
  44. > I enter k95
  45. > I always have to enter try.
  46. > I am unable to even run it from kermit on linux.  Given what I am
  47. > seeing I would avoid Kermit 95 like the plague.
  48.  
  49. I doubt that you can do what you want with Kermit 95.  You are
  50. trying to run an ssh server on Windows and execute Kermit 95 as a
  51. subprocess of the ssh server and use it as if it were a remote kermit
  52. file transfer engine.  That is not what Kermit 95 is designed to do.
  53. Kermit 95 assumes it has control over a GUI window or a Console window.
  54. Under the ssh server it has neither.  I'm not surprised it crashes.
  55. I wouldn't waste my time with it either under this scenario.
  56.  
  57. If you are using the cygwin ssh server even more so because the cygwin
  58. environment is a bit special.  You really need to run programs compiled
  59. with the cygwin runtime under the cygwin ssh server.
  60.  
  61. If I were you I would compile gkermit under cygwin and use that under
  62. the ssh kermit.
  63.  
  64. Kermit 95 is a perfectly good ssh client but it should not be used
  65. on the server side.
  66.  
  67. Jeffrey Altman